Class com.symantec.itools.vcafe.beans.CustomOverrideEvent
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.beans.CustomOverrideEvent
Object
|
+----EventObject
|
+----com.symantec.itools.vcafe.beans.CustomOverrideEvent
- public class CustomOverrideEvent
- extends EventObject
A "CustomOverride" event gets fired when the user customizer implements
its own OK button and possibly the cancel button
If the customizer does implement the cancel button, it is the customizer's
responsiblity to restore the bean to it's original state.
-
CUSTOMIZER_CANCEL
-
-
CUSTOMIZER_OK
-
-
state
-
-
com.symantec.itools.vcafe.beans.CustomOverrideEvent(Object, int)
-
-
getState()
-
CUSTOMIZER_CANCEL
public static final int CUSTOMIZER_CANCEL
CUSTOMIZER_OK
public static final int CUSTOMIZER_OK
state
protected int state
CustomOverrideEvent
public CustomOverrideEvent(Object customizer,
int state)
getState
public int getState()
All Packages Class Hierarchy This Package Previous Next Index